home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November / PCWK1103B.iso / CINEMA 4D CE 6 / Resource / res / menus / c4d_M_COLORPRESETS.res < prev    next >
Text File  |  2000-10-08  |  620b  |  41 lines

  1. // Menudefinition for M_COLORPRESETS
  2.  
  3. MENU M_COLORPRESETS
  4. {
  5.     SUBMENU IDS_PAINT_FILE
  6.     {
  7.         IDP_COLOR_NEWFOLDER;
  8.         SEPARATOR;
  9.         IDP_COLOR_REVERT;
  10.         IDP_COLOR_SAVEASDEFAULT;
  11.         SEPARATOR;
  12.         IDP_COLOR_IMPORT;
  13.         IDP_COLOR_EXPORTSELECTION;
  14.         IDP_COLOR_EXPORTVISIBLE;
  15.         SEPARATOR;
  16.         IDM_CM_CLOSEWINDOW;
  17.     }
  18.  
  19.     SUBMENU IDS_PAINT_EDIT
  20.     {
  21.           IDP_COLOR_RENAME;
  22.         IDP_COLOR_DUPLICATE;
  23.         IDP_COLOR_DELETE;
  24.     }
  25.  
  26.     SUBMENU IDS_PAINT_COLOR_GROUP
  27.     {
  28.           IDP_COLOR_GROUPS;
  29.     }
  30.     
  31.     SUBMENU IDS_PAINT_COLOR_VIEW
  32.     {
  33.         IDP_COLOR_ASLIST;
  34.         IDP_COLOR_ASICON;
  35.         SEPARATOR;
  36.         IDP_COLOR_SMALLICONS;
  37.         IDP_COLOR_MEDIUMICONS;
  38.         IDP_COLOR_LARGEICONS;
  39.   }
  40. }
  41.